home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Freeware / ttengine-4.3 / Developer / include / proto / ttengine.h
Encoding:
C/C++ Source or Header  |  2002-10-27  |  389 b   |  22 lines

  1. #ifndef _PROTO_TTENGINE_H
  2. #define _PROTO_TTENGINE_H
  3.  
  4. #ifndef EXEC_TYPES_H
  5. #include <exec/types.h>
  6. #endif
  7. #ifndef CLIB_TTENGINE_PROTOS_H
  8. #include <clib/ttengine_protos.h>
  9. #endif
  10.  
  11. #ifndef __NOLIBBASE__
  12. extern struct Library *TTEngineBase;
  13. #endif
  14.  
  15. #ifdef __GNUC__
  16. #include <inline/ttengine.h>
  17. #elif !defined(__VBCC__)
  18. #include <pragma/ttengine_lib.h>
  19. #endif
  20.  
  21. #endif    /*  _PROTO_TTENGINE_H  */
  22.